projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34f0443
)
(mouse-save-then-kill): Fix paren error in last change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Aug 1993 22:11:20 +0000
(22:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 6 Aug 1993 22:11:20 +0000
(22:11 +0000)
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index 61e5da271e3ed643e2a9e4cfffb0d5668a18c800..565ef5fd147b1902232f1c843347b5596be4df6b 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-363,7
+363,7
@@
which prepares for a second click to delete the text."
(setq tail (cdr tail)))
;; Replace it with an entry for the entire deleted text.
(and tail
- (setcar tail (cons (car kill-ring) (point)))))))
)
+ (setcar tail (cons (car kill-ring) (point)))))))
;; Otherwise, save this region.
(mouse-set-mark-fast click)
(kill-ring-save (point) (mark t))